@charset "utf-8";
body{
    color:#333;
    font-family:'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size:14px;
    height:100%;
    margin:0 auto;
    padding:0;
    width:100%;
}

html,body,div,dl,dt,dd,ul,ol,li,th,td,p,input,h1,h2,h3,h4,h5,h6{
    margin:0;
    padding:0;
}

img,body,html{
    border:0;
}

address,caption,cite,code,dfn,em,th,var{
    font-style:normal;
    font-weight:400;
}

ol,ul{
    list-style:none;
}

caption,th{
    text-align:left;
}

q:before,q:after{
    content:'';
}

a,a:visited{
    text-decoration:none;
    color: #333;
}

a:hover,a:active{
    color:#71d63c;
    text-decoration:none;
}

.fl{
    float:left;
}

.fr{
    float:right;
}

.center{
    margin:0 auto;
    text-align:center;
}

.clear{
    clear:both;
}

.hidden{
    display:none;
}

.fit-parent{
    height:100%;
    width:100%;
}

.inline-block{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
.w{
    width: 1200px;
    margin: 0 auto; 
}
.w1{
    width: 1000px;
    margin: 0 auto; 
}
.w9{
    width: 900px;
    margin: 0 auto; 
}

.colro_f{
    color: #fff;
}

.clearfix:after { visibility:hidden; display:block; font-size:0;content:" "; clear:both; height:0; }
.clearfix { zoom:1; }


.bigimg{
    display: block;
    overflow: hidden;
}
.bigimg img{
    display: block;
    transition: all .3s;
    -moz-transition:all .3s;    /* Firefox 4 */
    -webkit-transition:all .3s; /* Safari å’Œ Chrome */
    -o-transition:all .3s;  /* Opera */
    transform: scale(1,1);
    -ms-transform: scale(1,1);  /* IE 9 */
    -webkit-transform: scale(1,1);  /* Safari å’Œ Chrome */
    -o-transform: scale(1,1);   /* Opera */
    -moz-transform: scale(1,1); /* Firefox */
}


.top_djon{
    background: #71d63c;!important;
}
.left_djon{
    background: #71d63c!important;
    color: #fff!important;
}


/*分页*/
.viciao{
    text-align:center;
    margin-top: 20px;
    height: 26px;
}
.viciao span{
    background: #0078ce;
    color: #ffffff!important;
    /* border: solid 1px #DAD6D6; */
    padding: 5px 10px;
    border-radius: 5px;
}
.viciao .disabled{
    cursor: auto;
    background: #F4F4F4!important;
    color: #DAD6D6!important;
}
.viciao a{
    border: solid 1px #DAD6D6;
    padding: 5px 10px;
    border-radius: 5px;
}
.viciao a:hover{
    background: #0078ce;
    color: #ffffff;
    border: solid 1px #DAD6D6;
}
.viciao input{
    padding: 5px;
    display: none;
}

.disabled{
    border: solid 1px #DAD6D6;
    padding: 5px;
}
.current{
    background: #0078ce; 
    color: #ffffff;
    border: solid 1px #DAD6D6;
    padding: 5px;
}

@media (min-width: 641px) and (max-width: 1000px){
    body{
        width: 1300px;
    }
}